home *** CD-ROM | disk | FTP | other *** search
- Path: li.net!don
- From: don@newshost.li.net (Don Matthews)
- Newsgroups: comp.lang.c
- Subject: union ?
- Date: 18 Jan 1996 04:32:18 GMT
- Organization: LI Net (Long Island Network)
- Message-ID: <4dkigi$c29@linet02.li.net>
- NNTP-Posting-Host: linet01.li.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- A union consist of many different variables.
- But at any one time it can only hold one of those variables.
- Is that correct?
-
-